search for: fmain

Displaying 2 results from an estimated 2 matches for "fmain".

Did you mean: main
2005 Mar 15
1
[LLVMdev] Dynamic Creation of a simple program
Hi, I would like to dynamically create a program at run time using the LLVM classes. I am wondering if there are some examples available. For example, for a very simple "Hello World" program, I will have something like this (pseudo code): Module M = new Module(); Function FMain = new Function("main"); M.addFunction(FMain); BasicBlock B = new BasicBlock(); FMain.add(B); // maybe adding here a symboltable CallInst CIPrintf = new CallInst("printf", "Hello World", B); ... Something like that (although obviously not accurate). Once I have thi...
2006 Jun 29
3
MP3Tag not starting
Hi there, I have a Problem starting MP3Tag 2.32a although the AppDB says there should be no problems. The application does not start, but leaves Error messages in the Terminal: sebastian@pokylinux:~$ wine "C:\Programme\Mp3tag\MP3TAG.EXE" err:module:LdrInitializeThunk "FMain.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\\Programme\\Mp3tag\\MP3TAG.EXE" failed, status c0000142 sebastian@pokylinux:~$ I'm using wine 0.9.9-0ubuntu2, what should I do? Thanks in advance, Sebastian