• Welcome to Valhalla Legends Archive.
 

ThunderVB

Started by Blaze, September 05, 2005, 04:32 PM

Previous topic - Next topic

LivedKrad

Thanks for the tip, UL. Except I downloaded the extra stuff it listed there to compile the additional C/ASM code. Anything else?

Joe[x86]

Can someone post a step-by-step, or a link to one, and the links to needed 3rd party software? Thanks!
Quote from: brew on April 25, 2007, 07:33 PM
that made me feel like a total idiot. this entire thing was useless.

R.a.B.B.i.T

Quote from: UserLoser on September 07, 2005, 08:06 PM
I thought it said somewhere in the documentation that you need to download and install something else for the C/ASM to work?  Have you guys tried reading the documentation?
I have MASM and the C linker, just like the instructions say, but it's still evil!

Hdx

:/
Works perfectly fine for me, Cept you have to turn off creating the C linker files.
... but that dosent seems to effect much, I need a small program to write in C to test it..
~-~(HDX)~-~

Proud host of the JBLS server www.JBLS.org.
JBLS.org Status:
JBLS/BNLS Server Status

Tazo

thats amazing that they released this open source, they couldve made a lot of money off of a program like this

Topaz

Doubt it, there's a lot of problems with it.

LivedKrad

#21

Private Sub Form_Load()
MsgBox testT(2)
End Sub

Public Function testT(ByVal k As Integer) As Integer
'#C' int testT(int x)
'#C' {
'#C' return x;
'#C' }
End Function


Returns 0? Maybe I didn't install the VC++ SDK or masm in the right locations? Forgot a setup step?

Edit: I also tried returning k, same result. Apparently it's still being seen as comments and thus is skipping it. I guess I'm not compiling right? Simply running VB does not do the trick?

Mangix

darktype DID say it has a lot of problems with it.

anyways this programs sucks. if it wants to be useful, it would need to be in VB .NET cause VS 2005 will NOT have VB. only VB .NET(now named VB 2005). but then again .NET does have an Assembly namespace...

K

Quote from: Mangix on October 04, 2005, 11:30 PM
darktype DID say it has a lot of problems with it.

anyways this programs sucks. if it wants to be useful, it would need to be in VB .NET cause VS 2005 will NOT have VB. only VB .NET(now named VB 2005). but then again .NET does have an Assembly namespace...

And the 'Assembly' namespace has absolutely nothing to do with the assembly you are thinking of.

Also, there wouldn't be much purpose in allowing inline assembly in a language that's compiled to byte code.

MyndFyre

Quote from: K on October 05, 2005, 12:39 AM
Quote from: Mangix on October 04, 2005, 11:30 PM
darktype DID say it has a lot of problems with it.

anyways this programs sucks. if it wants to be useful, it would need to be in VB .NET cause VS 2005 will NOT have VB. only VB .NET(now named VB 2005). but then again .NET does have an Assembly namespace...

And the 'Assembly' namespace has absolutely nothing to do with the assembly you are thinking of.

Also, there wouldn't be much purpose in allowing inline assembly in a language that's compiled to byte code.

No, Mangix just thinks that whatever he is working on at the present time is the best, most uberleet thing in the world, and everything else is just dumb.
QuoteEvery generation of humans believed it had all the answers it needed, except for a few mysteries they assumed would be solved at any moment. And they all believed their ancestors were simplistic and deluded. What are the odds that you are the first generation of humans who will understand reality?

After 3 years, it's on the horizon.  The new JinxBot, and BN#, the managed Battle.net Client library.

Quote from: chyea on January 16, 2009, 05:05 PM
You've just located global warming.

LivedKrad

Sigh, nearly every time I ask for something in most of these forums someone always has to say something stupid, (like Mangix), and then everyone else starts replying to the idiocy of what was said by that person. I don't think anyone will ever tell me what I'm doing wrong :P.

Explicit

Reinstall it from scratch.
I'm awake in the infinite cold.

[13:41:45]<@Fapiko> Why is TehUser asking for wang pictures?
[13:42:03]<@TehUser> I wasn't asking for wang pictures, I was looking at them.
[13:47:40]<@TehUser> Mine's fairly short.

Topaz

ARE YOU COMPARING ME TO MANGIX??? OMGWTF>_<!!!

Explicit

Quote from: daRktYpE on October 05, 2005, 05:14 PM
ARE YOU COMPARING ME TO MANGIX??? OMGWTF>_<!!!

Obviously, he is, ::) You and Mangix's relationship is so cute that it's nearly impossible to overlook. Opposites really do attract. ;D
I'm awake in the infinite cold.

[13:41:45]<@Fapiko> Why is TehUser asking for wang pictures?
[13:42:03]<@TehUser> I wasn't asking for wang pictures, I was looking at them.
[13:47:40]<@TehUser> Mine's fairly short.

Mangix

Quote from: MyndFyre on October 05, 2005, 10:52 AM
Quote from: K on October 05, 2005, 12:39 AM
Quote from: Mangix on October 04, 2005, 11:30 PM
darktype DID say it has a lot of problems with it.

anyways this programs sucks. if it wants to be useful, it would need to be in VB .NET cause VS 2005 will NOT have VB. only VB .NET(now named VB 2005). but then again .NET does have an Assembly namespace...

And the 'Assembly' namespace has absolutely nothing to do with the assembly you are thinking of.

Also, there wouldn't be much purpose in allowing inline assembly in a language that's compiled to byte code.

No, Mangix just thinks that whatever he is working on at the present time is the best, most uberleet thing in the world, and everything else is just dumb.
im not working on anything. im lazy. and no. that would be just like saying that Linux, Wine, Windows, Mac, and everything else is dumb. do i think it is? no

|