Menu

lkVCDimager / News: Recent posts

DLL : Calling method invalid for no-C++ environments

Until 'lkVCDimager 4.0.7.10', all exported function(s) were exported using the c++ calling mechanism '__cdecl'.
While this mechanism isn't accepted in 'other' development environments, I've changed it to be '__stdcall' -- this will be active in the next release '5.0.7.10'.
I actually used the acronym WINAPI which refers to '__stdcall FAR PASCAL'.
Using this mechanism, all development-platforms can easely import the exported functions from the lkVCDimager-DLL, except C++ developpers who must use a different (more complicated) method.
Refer to the sources and the website for more information.

Posted by Laurens KOEHOORN 2003-01-06

lkVCDxBuild 1.0.7.10 released

A _forked_ version of the original VCDxBuild by HvR has been released. Added, comparing with the original, is support for ISO9660-2 (filenames upto 31chars) and more optimized code.

Posted by Laurens KOEHOORN 2002-10-08