Pelles C forum

C language => Tips & tricks => Topic started by: beraduru on September 27, 2004, 03:19:59 PM

Title: tiny dll runtime
Post by: beraduru on September 27, 2004, 03:19:59 PM
Is it possible for Vortex or anybody to write a tiny runtime for win32 dlls too, as they wrote for win32 applications
Title: tiny dll runtime
Post by: Jibz on September 27, 2004, 04:23:18 PM
WCRT contains dll startup code, so you should be able to use it to produce a dll (I have used it for a couple).
Title: tiny dll runtime
Post by: beraduru on September 28, 2004, 11:27:31 AM
Yes it worked, thank you for reply