Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~501 People Reached
Favorite Tags
Member Avatar for dmkp

Hi, wasn't sure where to put this. However since I used PHP in my download script, felt it was appropriate to ask here. Anyway my problem is pretty easy to describe, any downloaded zips off my website are corrupted (however are fine before being uploaded). Is there a way to …

Member Avatar for cwarn23
0
204
Member Avatar for dmkp

Hi, I've wondered this for some time now. Say function A() returns a char* which points to a string.. obviously Say function B(char* szString) takes a char* as its argument. If I call B(A()).. is the string automatically deleted or will it create a memory leak? Thanks

Member Avatar for Narue
0
71
Member Avatar for dmkp

Hi, I was in the understanding that applications created with Codegear/Delphi did not need any external libraries and that it compiled all the code into the exe? However with Delphi 2009 (using C++), my programmes were asking for rtl120.bpl, and various dlls before it could be used. I was wondering …

Member Avatar for dmkp
0
144
Member Avatar for dmkp

Hi I have a quick question, I tried asking on the MSDN forums and they were no help. I am wondering how I may protect my DLL files from being used by other people. By "used" I mean, referenced/imported or whatever into projects and the functions and variables inside used. …

Member Avatar for dmkp
0
82