Hi all.
After telling my employer that I refuse to learn Delphi I
now have to write a DLL in PB that he can use with Delphi.
Problem is that haven written many EXE's I have never written
a DLL, let alone called a PB DLL from Delphi.
Question is... most of the functions in my DLL require a string
to be passed, an asciiZ to be extact, so in my DLL do I set up
the parameters as Function ... (string1 as asciiZ * 255) as Long
OR Function ... (String1 as Long) as Long ?
You will have to excuse my ignorance, I am used to just throwing
dynamic strings around my own EXE in windows
------------------
After telling my employer that I refuse to learn Delphi I
now have to write a DLL in PB that he can use with Delphi.
Problem is that haven written many EXE's I have never written
a DLL, let alone called a PB DLL from Delphi.
Question is... most of the functions in my DLL require a string
to be passed, an asciiZ to be extact, so in my DLL do I set up
the parameters as Function ... (string1 as asciiZ * 255) as Long
OR Function ... (String1 as Long) as Long ?
You will have to excuse my ignorance, I am used to just throwing
dynamic strings around my own EXE in windows

------------------
Comment