View Single Post
  #95 (permalink)  
Old 13th Mar 2009, 2:47 am
AleMaxx AleMaxx is offline
Member
Keen on MPx players
 
Join Date: Sep 2007
Posts: 68
Default

I think i once compiled the r7dll vc-project and changed the output from .dll to .exe and indeed it compiled and ran but it didnt show up any window only some text on the console about initializing different things and then repeatedly an error message.
Quote:
initio() (DUMMY)
Enter Main!
Sys Disk Writable[0]User Disk Writable[0]OS Task Switch Error!OS Task Switch Error!OS Task Switch Error!OS Task Switch Error!OS Task Switch Error!
The problem was that there is no source for this specific code, its part of the precompiled stuff in iSource.o/iGlobals.o..., I dont remeber that exactly. Btw, i didnt get many errors but only a few with the other messages just being warnings about using deprecated string functions etc..

Regards
Reply With Quote