
eu.mihosoft.vtcc.tccdist.windows.x86.tcc.examples.dll.c Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tcc-dist Show documentation
Show all versions of tcc-dist Show documentation
Precompiled TCC distribution for Java projects and VMF/VRL plugins
The newest version!
//+---------------------------------------------------------------------------
//
// dll.c - Windows DLL example - dynamically linked part
//
#include
__declspec(dllexport) const char *hello_data = "(not set)";
__declspec(dllexport) void hello_func (void)
{
MessageBox (0, hello_data, "From DLL", MB_ICONINFORMATION);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy