Forum: Delphi
Mar 14th, 2007, 1:05 PM
|
|
Replies: 11
Views: 830
One more thing to know...
OK, Steve. Also I'd like to aware you of problem of calling conventions missmatch, that is, you need to specify the StdCall convention to make sure that your exported function will work in VB. By...
|
Forum: Delphi
Mar 12th, 2007, 2:15 PM
|
|
Replies: 11
Views: 830
procedure TForm1.Button1Click(Sender:...
procedure TForm1.Button1Click(Sender: TObject);
begin
try
if Initalise > 0 then
showmessage('Initalisation Error')
else
MessageBox.Text := 'Init OK';
except
...
|
Forum: Visual Basic .NET
Mar 8th, 2007, 9:02 AM
|
|
Replies: 6
Views: 296
|
Forum: Delphi
Mar 8th, 2007, 8:58 AM
|
|
Replies: 11
Views: 830
I cant see any Client or Server var...
I cant see any Client or Server var declarations?! Well even if they are there, then you make it all wrong. You need to supply your dll host app with pointer to class instance variable. for...
|
Forum: Delphi
Mar 8th, 2007, 8:50 AM
|
|
Replies: 1
Views: 356
|
Forum: Delphi
Mar 8th, 2007, 8:43 AM
|
|
Replies: 4
Views: 385
Oh, ofcourse that was very resourceful!! I'd...
Oh, ofcourse that was very resourceful!! I'd recommend you open your eyes wider and look that this post is related to delphi category, so it's obvious what platform, language. About gui library -...
|
Forum: Delphi
Mar 8th, 2007, 8:11 AM
|
|
Replies: 4
Views: 385
|
Forum: Delphi
Mar 8th, 2007, 8:07 AM
|
|
Replies: 1
Views: 261
|
Forum: C++
Mar 8th, 2007, 8:00 AM
|
|
Replies: 26
Views: 828
i'd recommend you Asphyre framework under...
i'd recommend you Asphyre framework under directx9.0c however i'ts not cross platform (since it's under directx9.0c) but is very great and simple to understand. Visit http://www.afterwarp.net
...and...
|
Forum: Delphi
Mar 8th, 2007, 7:53 AM
|
|
Replies: 4
Views: 385
PNG form shaper
Hey. I wonder if anybody knows links/resources or have any code/components on how to make PNG shaped form, so it supported transparency and stuff??
|