Microsoft
Software
Hardware
Network
Question : Writing DLL in Delphi 7
I've never written a DLL in Delphi before and am having problems with the format.
If I have a single function then it all works well. If however I have a function that calls another function then
1. firstly it says it can't find that function
2. if I define that function in the section under "uses" then it objects to my "exports" statement at the end with an error message: EXPORTS only allowed at global scope
Any help much appreciated. I can attach code if required.
Answer : Writing DLL in Delphi 7
Run RSoP.msc on XP machine and check if your blocikng policy is really removed :)
Random Solutions
I've broken the certificates in SBS 2008
Moving to Exchange Server 2010 from 2003
Logon Process: Advapi Authentication Package: MICROSOFT_AUTHENTICATION_P
ACKAGE_V1_
0
Date increment loop using Javascript in Pentaho Data Integration
ASA VPN
using one procedure with for parameteres to open forms
How do I stop my fonts from shrinking. Is it a css zoom issue?
Deploying Access 2007 to Server 2003 Environment
How do I add a column of drop down lists to a gridview bound in code-behind?
asp.net: Conversion failed when converting the varchar value ' + row.Cells(1).ToInteger() + ' to data type int.