Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

using c++ in vb6

Status
Not open for further replies.

2510979

Programmer
Mar 31, 2005
1
YU
Hi,
i'm having a problem. I have source code that is written in Pascal( and some part in C++)and i need to transfer this in vb6.
I have source code .pas and aplication *.exe.
If taht is not possible, od very difficult, than tell me how to import assembler code in vb6.

Cann anyone direct me how to do that?
 
You wish to decompile a program written in Pascal into VB?

You could try one of these:


But they are really for decompilling a VB exe back into VB. The problem is that VB uses its runtime for so many things that won't really map very well from a pascal exe.

Your best bet is probably to translate the source code.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top