Results 1 to 10 of 15
Threaded View
-
29th Jul 2010, 05:52 PM #7OPMemberWebsite's:
intelligen2009.comfor rsdf files you should use:
Code:class Program { [DllImport("DLMF.dll", EntryPoint = "RSDFToPlain", CallingConvention = CallingConvention.StdCall)] public static extern string RSDFToPlain(string RSDFFile); static void Main(string[] args) { string file = Environment.CurrentDirectory + "\\Simpsons_Staffel_4_Komplett.rsdf"; string data = RSDFToPlain(file); Console.WriteLine(data); Console.ReadKey(true); } }
Code:string file = Environment.CurrentDirectory + "\\Simpsons_Staffel_4_Komplett.rsdf"; // i would use it this way string file = Environment.CurrentDirectory + "\Simpsons_Staffel_4_Komplett.rsdf";
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Adding ip on vps container
By masterb56 in forum Server ManagementReplies: 1Last Post: 20th Sep 2011, 02:43 AM -
OpenVZ Container
By StabU2Dead in forum Webmaster DiscussionReplies: 2Last Post: 22nd May 2011, 10:07 AM -
Installing GD Graphics Library or Imagick Image Library
By RNBxBeatz in forum Webmaster DiscussionReplies: 0Last Post: 13th May 2011, 09:49 AM -
How to install GD Graphics Library or Imagick Image Library?
By Hillside in forum Technical Help Desk SupportReplies: 2Last Post: 12th Dec 2010, 09:54 AM -
MSDN Library
By BlaZe in forum General DiscussionReplies: 0Last Post: 26th Mar 2010, 06:28 AM
themaCreator - create posts from...
Version 3.53 released. Open older version (or...