20.02.2009, 17:37
Quote:
|
Originally Posted by [NSG
Doerfler ]
pawn works in wine and the compiler i think only works with netframework |
. pawncc.exe and pawnc.dll are plain C programs. To be precise they were compiled with Visual Studio 2005 (linked to msvcr80.dll).!Mave, the .net framework is known not to work on Wine, use Mono instead if you need to run .net apps.
Also I did a quick test and could run the IDE (pawno.exe) from Wine without problems, though compiling produces a "runtime loaded incorrectly" error. Apparently (quick ******) that can be solved by deleting the folder WinSxS in the Wine windows folder, and copying the folder of the same name from a Windows installation instead.
Edit: tried it and I can confirm it works, compiles without problems.

