|
-
Mar 5th, 2002, 01:19 PM
#1
Thread Starter
Addicted Member
2 Questions.
1:
Can i run progs that are made with BETA2 of VB.net (Beta2 of the framework) run on PC's that use verion 1.0 of the framework?
2:
In the new project windows there's something called 'new console app'. How does this work? Can i make server software with it just like it's done in C++ or is it something different? Also how can i add winsocks?
Thnx
-
Mar 5th, 2002, 01:30 PM
#2
1) No..Must be complied in 1.0 to weork on 1.0
2) It means console app. As in Dos console.
Winsock: Refer the post named Sockets.
-
Mar 5th, 2002, 01:44 PM
#3
Hyperactive Member
1.) But, you can easily re-compile your assemblies on any PC with the .net framework (from command line).
-scott
he he he
-
Mar 5th, 2002, 01:54 PM
#4
Black Cat
Originally posted by Cander
2) It means console app. As in Dos console.
No, it's a true Win32 Console Application, which couldn't be done in VB6 unless you binary patch your compiled *.exe...
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Mar 5th, 2002, 02:00 PM
#5
Dos console was the only way i could easily explain it...Dos only exists as a Win32 console now anyway.
-
Mar 6th, 2002, 09:52 AM
#6
Thread Starter
Addicted Member
LOL i know that not all console progs are DOS things. I just want some help with the console thing. How can i add stuff to it and how can i add a Winsock. I can't find it in refferences....
I made an emulator for an online game in VB6. However i have some difficulties with it. Sometimes it just doesn;t wanna send data so i want to try out VB7.0 and check if i can get it to work there.
*Something else, how do i get ridd of the .NET framework. I installed a never version and now my BETA2 won't run :-( I know it's my own stupid mistake but is there any way i can save it without having to re-install everything (My CD2 is broken)
-
Mar 6th, 2002, 09:57 AM
#7
your Beta 2 what? exe? Yoo have to recompile for the final framework.
write to the console
console.writeline("blah")
you need the socket class..refer to the post called Sockets.
-
Mar 6th, 2002, 01:06 PM
#8
Hyperactive Member
JpEgy,
I'm afraid you're out of luck
You can remove the new Framework, but I don't think your VS Beta version will work again, until you reinstall it.
Salvation is only $90 away (if you only need one language).
-scott
he he he
-
Mar 6th, 2002, 02:03 PM
#9
Thread Starter
Addicted Member
yah and the download is just 1.8GB away :-)
-
Mar 6th, 2002, 02:24 PM
#10
Hyperactive Member
as that all?
-scott
he he he
-
Mar 6th, 2002, 03:03 PM
#11
Thread Starter
Addicted Member
hmmm i just uninstalled the thing but i cant get framework 1.0 from my comp. When i click uninstall on the software tab in config. screen it returns 'can't write to register'
Anyone has a clue?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|