Results 1 to 11 of 11

Thread: 2 Questions.

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Dec 2001
    Location
    Guess....i have wooden shoes, in my free time i sell tulips and I live in a huge windmill...
    Posts
    176

    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

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    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.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3
    Hyperactive Member Scott Penner's Avatar
    Join Date
    Dec 2000
    Location
    Mountain View
    Posts
    327
    1.) But, you can easily re-compile your assemblies on any PC with the .net framework (from command line).
    -scott
    he he he

  4. #4
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    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.

  5. #5
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Dos console was the only way i could easily explain it...Dos only exists as a Win32 console now anyway.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  6. #6

    Thread Starter
    Addicted Member
    Join Date
    Dec 2001
    Location
    Guess....i have wooden shoes, in my free time i sell tulips and I live in a huge windmill...
    Posts
    176
    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)

  7. #7
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    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.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  8. #8
    Hyperactive Member Scott Penner's Avatar
    Join Date
    Dec 2000
    Location
    Mountain View
    Posts
    327
    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

  9. #9

    Thread Starter
    Addicted Member
    Join Date
    Dec 2001
    Location
    Guess....i have wooden shoes, in my free time i sell tulips and I live in a huge windmill...
    Posts
    176
    yah and the download is just 1.8GB away :-)

  10. #10
    Hyperactive Member Scott Penner's Avatar
    Join Date
    Dec 2000
    Location
    Mountain View
    Posts
    327
    as that all?
    -scott
    he he he

  11. #11

    Thread Starter
    Addicted Member
    Join Date
    Dec 2001
    Location
    Guess....i have wooden shoes, in my free time i sell tulips and I live in a huge windmill...
    Posts
    176
    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
  •  



Click Here to Expand Forum to Full Width