October 30, 2025, 02:34:04 AM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


Nothing's wrong with this function definition

Started by Parker, January 18, 2006, 09:31:06 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Parker

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