Pelles-C to make PB LIBs ?
Pelles-C to make PB LIBs ?
Hi, sometimes ago I made a .LIB (in C) for PureBasic with few functions I needed for my internal use. I used Lcc-Win32 , but now I'm using Pelles-C mainly for my C projects, so is it possible to use Pelles-C to make LIBs for PureBasic ?? Thanks in advance! 
			
			
									
									
						Re: Pelles-C to make PB LIBs ?
Yes, absolutely!
Err... any questions in particular?
			
			
									
									Err... any questions in particular?
Good programmers don't comment their code. It was hard to write, should be hard to read.
						I mainly use VC but can assure you Pelles C works as well.
In fact, every C-compiler should work.
The SDK-docs are veeeery old so don't count on them.
BTW, Pelles C is based on LCC and PureBasic uses the Pelles-Linker as well.
			
			
									
									In fact, every C-compiler should work.
The SDK-docs are veeeery old so don't count on them.
BTW, Pelles C is based on LCC and PureBasic uses the Pelles-Linker as well.
Good programmers don't comment their code. It was hard to write, should be hard to read.
						
