Displaying 1 result from an estimated 1 matches for "l_int".
Did you mean:
u_int
2009 Jan 15
0
Fwd: Running a simple .Net 3.0 application.
...loaded it)
4. After the dotnetfx3.exe finshed the install, there's an option,
that you can make a "Build Install Kit". I did that, it creates
an executable (foo.exe). Save it in a place where you can access
it from linux
5. In wine, first do 'winetricks dotnet20' (needed for l_int.nls i guess,
otherwise I got crash very early in the app)
6. Run foo.exe in wine, it will extract all files, and write all
registry-keys, as if it were a successfull dotnetfx3 installation in wine.
7. Now Run the app, it crashes into a bunch of unimplemented functions.
Fortunately just simple st...