Forum: Visual Basic 4 / 5 / 6 Nov 14th, 2008 |
| Replies: 2 Views: 646 but when register the DLL it show the message entry point not found.
what can i do for this? |
Forum: Visual Basic 4 / 5 / 6 Nov 13th, 2008 |
| Replies: 2 Views: 646 Hello Friends,
i m using the function to built DLL in delphi but when call it in vb 6.0 application i m not able to use this dll as reference.
Please help me. Following code which i have used... |
Forum: Pascal and Delphi Nov 13th, 2008 |
| Replies: 16 Views: 1,960 ok i'll post it in vb forum. |
Forum: Pascal and Delphi Nov 13th, 2008 |
| Replies: 16 Views: 1,960 ok LizR.
but u have try to call a dll which are built in delphi and use in other language.
should i remove stdcall and use only export function or create a procedure which is call this Encrypt... |
Forum: Pascal and Delphi Nov 13th, 2008 |
| Replies: 16 Views: 1,960 i m not think about the .net.
i want to create a dll in delphi which is work in vb6.0 simple. |
Forum: Pascal and Delphi Nov 12th, 2008 |
| Replies: 16 Views: 1,960 Hello LizR,
This example is not work for me.
when i m call dll in vb application then not able to add the reference of the dll.
should i go to convert this code into vc++ and make dll. |
Forum: Pascal and Delphi Nov 12th, 2008 |
| Replies: 16 Views: 1,960 Hello LizR,
so where i need to do changes in the code of dll. |
Forum: Pascal and Delphi Nov 7th, 2008 |
| Replies: 16 Views: 1,960 i m using the function
library Project2;
{ Important note about DLL memory management: ShareMem must be the
first unit in your library's USES clause AND your project's (select
... |
Forum: Pascal and Delphi Nov 7th, 2008 |
| Replies: 16 Views: 1,960 I m using the same but this DLL is not working in the VB 6.0 application. |
Forum: Pascal and Delphi Nov 6th, 2008 |
| Replies: 16 Views: 1,960 Hello LizR,
Thanks for the reply.
but how to make the windows liberary. please give me any example. |
Forum: Pascal and Delphi Nov 6th, 2008 |
| Replies: 16 Views: 1,960 Hello Friends,
How can i made an DLL which is used in vb 6.0 as a reference.
i have made an DLL which give the exact result in delphi console application but not add as a reference in vb 6.0
... |
Forum: Pascal and Delphi Nov 4th, 2008 |
| Replies: 7 Views: 1,645 Hello LizR,
when i m enter "pramod" as encode string in delphi code then it return me "NasK3DkF" after encoding. |
Forum: Pascal and Delphi Nov 4th, 2008 |
| Replies: 7 Views: 1,645 Thanks LizR.
but this encode string doesn't match the string which is return by delphi code. |
Forum: Pascal and Delphi Nov 4th, 2008 |
| Replies: 7 Views: 1,645 Hello Lizr,
i m not work in delphi but i need to convert it to vb 6.0 for my application. can u help me to convert this code
function Encode64(st : string) : string;... |
Forum: Pascal and Delphi Nov 4th, 2008 |
| Replies: 1 Views: 549 Hello Friends,
i want the value of
17732 shr 8
Thanks, |
Forum: Pascal and Delphi Nov 4th, 2008 |
| Replies: 7 Views: 1,645 Hello Friends,
Any body help me to convert the code from Delphi to vb 6.0
const
C1 = 43941;
C2 = 16302;
function BorlandEncrypt(const S: String; Key: Word): String;
var |
Forum: Visual Basic 4 / 5 / 6 Nov 4th, 2008 |
| Replies: 0 Views: 504 Please convert this code to Delphi to VB 6.0
const
C1 = 43941;
C2 = 16302;
function BorlandEncrypt(const S: String; Key: Word): String;
var
I: byte;
begin |
Forum: Visual Basic 4 / 5 / 6 Nov 3rd, 2008 |
| Replies: 0 Views: 747 Hello Friends,
Any body help me to convert the code delphi to vb6.0
----------------------------------------------------------------
const
C1 = 43941;
C2 = 16302;
function... |