From Basic to C - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19) +---- Thread: From Basic to C (/showthread.php?tid=13853) |
From Basic to C - Bencori - 11-19-2010 I don't know why my other thread got locked, but I must say that this as NOTHING to do with anything malicious (not a crypter or bot or anything like this). Basicly, I wanna find a way to write data from Basic (builder) to C (stub or compiled bin - UpdateRessource ?). I know it's somehow possible, I just don't know wich way to look... Thanks for your help (if this doesn't get locked by a clever person again). RE: From Basic to C - KoBE - 11-19-2010 This should help you get started. I'm not sure why you need it to be a VB builder, and C stub. But, this should give you a better understanding on modifying resources. RE: From Basic to C - haphazard - 11-23-2010 The builder and stub should both be in the same language. On my home computer I have Delphi, C++ and VB builders that you can leech examine =) |