Can I make .NET DLL (class library) with GPCP?
Can I make .NET DLL (class library) with GPCP?
CPIde-v8.1 Examples seems to be all about binaries (.exe) isn't it? Is it possible to make a DLL?
-
- Site Admin
- Posts: 525
- Joined: Fri Dec 31, 2010 12:30 pm
- Contact:
Re: Can I make .NET DLL (class library) with GPCP?
The Library Modules and the Oberon for FPGA RISC5 Compiler modules included with CPIde are examples which generate .DLL files.
The Gardens Point Component Pascal Release Notes state:
The Gardens Point Component Pascal Release Notes state:
The program executable will be “*.exe” if the program contains an entry point (i.e. if the module imports CPmain),
otherwise the compilation will create a dynamic link library “*.dll”.
Re: Can I make .NET DLL (class library) with GPCP?
While this thread waiting to be approved I did read ReleaseNotes1-4NET.pdf so I'm already know this. I thought only CP-Lang.pdf is matter so I didn't read other PDFs.