Forum: Visual Basic 4 / 5 / 6 May 12th, 2009 |
| Replies: 1 Views: 832 fix'd.
Know what the problem was?
Public Declare Function callback Lib "C:\c\dll\mydll" (ByVal cbAddress As Long)
The function in the DLL doesn't return a value, so it should have been
... |
Forum: Visual Basic 4 / 5 / 6 May 11th, 2009 |
| Replies: 1 Views: 832 I've been able to design a front-end for a C DLL, calling the DLL functions from the VB program but I'm having trouble calling the VB functions from the C DLL. Maybe I should have put this in the C... |
Forum: Visual Basic 4 / 5 / 6 Mar 9th, 2009 |
| Replies: 8 Views: 627 oh, when I look at it, it says "c++vbfail.jpg".
and yeah, I know, I'm pretty fluent in VB but new in C++, I just wanted to see how people responded. Pretty awesomely, if you ask me. |
Forum: Visual Basic 4 / 5 / 6 Mar 8th, 2009 |
| Replies: 8 Views: 627 ok but wait, wat's the diff? o i no, it's that vb can't use classes rite? not OOP? ic
ps. look at the filename of the attachment, of course it's a joke :) |
Forum: Visual Basic 4 / 5 / 6 Mar 7th, 2009 |
| Replies: 8 Views: 627 hehe sorry I thought I was in gcc. My bad |
Forum: Visual Basic 4 / 5 / 6 Mar 3rd, 2009 |
| Replies: 8 Views: 627 I've tried everything, and I just can't get my program to compile in visual basic. Someone tell me what I'm doing wrong?
see attached image, are the includes in the wrong spot or WAT!??!?! |
Forum: Visual Basic 4 / 5 / 6 Jan 9th, 2009 |
| Replies: 7 Views: 610 well it IS pretty fun to use, since it's so quick to do whatever you want with it...
anyways, I've been trying to get into C and C++ for awhile, I've got all the basics and understand syntax and... |
Forum: Visual Basic 4 / 5 / 6 Jan 9th, 2009 |
| Replies: 7 Views: 610 okay okay, I've never looked into it in that much detail before, but actually I am curious about the variant data type--why is it awful?
and what's wrong with using = for both comparison and... |
Forum: Visual Basic 4 / 5 / 6 Jan 9th, 2009 |
| Replies: 7 Views: 610 I suppose, and it seems like VB is even getting phased out of windows with Vista and Windows 7, which is why I'm trying to learn C, C++, and assembly, since those languages are, for the most part,... |
Forum: Visual Basic 4 / 5 / 6 Jan 9th, 2009 |
| Replies: 5 Views: 527 is there even such a thing as just a VB6 compiler that works like GCC or something? |
Forum: Visual Basic 4 / 5 / 6 Jan 9th, 2009 |
| Replies: 7 Views: 1,608 maybe you can send like WM_* messages to the message box window or something? |
Forum: Visual Basic 4 / 5 / 6 Jan 9th, 2009 |
| Replies: 7 Views: 610 I've been writing in visual basic for a number of years and have suffered so much criticism just for using the language. It's so easy to pick up and it can be compiled to an executable, that's why I... |