IonicWind Software

Aurora Compiler => General Discussion => Topic started by: Parker on January 18, 2006, 09:31:06 PM

Title: Nothing's wrong with this function definition
Post by: Parker on January 18, 2006, 09:31:06 PM
sub ThreadStart(
unsigned int fn,
opt pointer param=0,
opt unsigned int stacksize=0,
opt pointer id=0
),unsigned int
{


It gives me errors though
QuoteCompiling...
thread_test.src
No Errors

Linking...
Aurora Linker v1.0 Copyright ÂÃ,©2005 Ionic Wind Software
Generating C:\dev\ac\Common Classes\thread_test.exe
Build completed

But when I put it all on one line it works fine. I just thought it needed fixing.
Thanks,
Parker