View Single Post
Old 13 April 2020, 08:53   #2
robinsonb5
Registered User
 
Join Date: Mar 2012
Location: Norfolk, UK
Posts: 1,154
Quote:
Originally Posted by ouya View Post
Any experience on why vbcc executables can be blocked by object files on startup?
did not see this behaviour ever when working with gcc on x64-systems.

Without seeing your actual code I can only guess, but the most likely explanation is that audio.c contains an init function (i.e. a function whose name starts with _INIT) which is getting called before main.


See http://www.ibaug.de/vbcc/doc/vbcc_2....ctor-functions for more details on this facility.
robinsonb5 is offline  
 
Page generated in 0.04311 seconds with 11 queries