View Single Post
  #2  
Old 28-12-2004, 08:31
RkShaRkz's Avatar
RkShaRkz RkShaRkz is offline
Junior Member
 
Join Date: Dec 2004
Location: Yugoslavia/Serbia and Monteneggro/Whatever the next name is...
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
RkShaRkz is on a distinguished road
Send a message via ICQ to RkShaRkz Send a message via MSN to RkShaRkz
No, you can only use it in Visual Studio .NET (which is Visual Studio 6.7 as to my *knowledge* but ppl usually refer to it as 7, when they're not calling it .NET) we'll leave the VS6.0 and VS.NET differences for a different topic...
basicaly, VB just turned more object-oriented and supports calls like this
Code:
 Dim XValue as Integer = 5; while VB6 has to do it like this V 
Dim XValue as Integer
XValue = 5
they both support this kind of calls....
Dim Value# (as integer), but VB.NET can still use Dim Value# = 5
that's just a VB example ofcourse, there's many many more (well, not really but thats just my oppinion)
anywayz, it won't work in VS6.0 either, because i have visual studio 6, and the only things that its good for (regarding softice) is its c++ 6.0 debugger......

oh yeah, and why didn't SoftICE recognize my MASM disassembler when i do have it installed ???
__________________
People die just because they think that Death is inevitable... Besides, death is just the beggining of immortality...
Reply With Quote