Page 1 of 1

Can I make .NET DLL (class library) with GPCP?

Posted: Mon Aug 29, 2022 9:34 pm
by dwzgocl0
CPIde-v8.1 Examples seems to be all about binaries (.exe) isn't it? Is it possible to make a DLL?

Re: Can I make .NET DLL (class library) with GPCP?

Posted: Tue Aug 30, 2022 9:55 am
by cfbsoftware
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 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?

Posted: Tue Aug 30, 2022 4:48 pm
by dwzgocl0
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.