Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

scontapay

@scontapay
About
Posts
23
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • When did DAT tape drives get obsolete?
    S scontapay

    I know what you mean John, and I do not wish our plight happens to you, or our fiercest competitor. Now for us to search for another means of backing up our server :(

    The Lounge business question

  • When did DAT tape drives get obsolete?
    S scontapay

    OMG What is going on with OnStream. We have a dead backup drive sitting in our computer for a month now. Everytime I send them an email it gets bounced, I call them the line is busy, and when you click on the link to submit a ticket it takes you back to the home page??? We were seriously considering filing a lawsuit, or at least small claims court. The first drive died on us and ate our tape, this second drive worked fine for 2 months and now its dead. All this in a span of 6 months. I would not recommened OnStream to anyone unless I can figure out what is going on :( We have the ADR 2.0 drive that backs up 120GB and I can't believe we had to go through two and now this :(

    The Lounge business question

  • I am a geek... are you?
    S scontapay

    I know what you mean I am part of a huge guild on DAoC. However, a lot of things that were promised before release never made it into the game. And once more if you look at the boards their CS is going to crap. If you are having no problems then it is going well for you, because once you have to talk to CS I feel that is when people's attitudes start to change concerning the game. "The lack of responses by the devs is disturbing" -Darth Sam Or even anyone related or employed by SONY.

    The Lounge html database com game-dev question

  • I am a geek... are you?
    S scontapay

    Then wait a year :) That is serious and non-confrontational advice. There is a lack of communication between the CSR, developers, and the players. It seems that none of the developers care anymore. I hope others can play it, but the lack of response from CSRs and the problems I had in the beginning just made me stop playing all together. Unless I hear something from an official SONY rep I do not think I will renew my membership.

    The Lounge html database com game-dev question

  • I am a geek... are you?
    S scontapay

    So are you liking it? You must be... Check my post above. I just feel there are too many problems with SWG at this time and lack of response. Here is what ticked me off the most a bug with a PA hall being built and the only official response from anyone at SONY was "Do not use capitals in your forum title" I mean wtf??? It was sprawling for pages last I checked...

    The Lounge html database com game-dev question

  • I am a geek... are you?
    S scontapay

    I am a fan of Star Wars, and have purchased Star Wars Galaxies upon release but the current state of the game, and the fiasco that was dubbed "Launch Day", has left a bitter taste in my mouth. If you goto the forums for Star Wars Galaxies you can only see gripes and 30 pages of gamestopping bugs being posted in one thread - with no developer response. Not even a "We know and are looking into it". But I am still waiting for KotR :) *open... open...open...open...*

    The Lounge html database com game-dev question

  • CEdit carriage returns
    S scontapay

    I wanted to thank you for your help. Here is a copy of a post made above so you know what happened: Thanks I see where my problem is. It is the fact that I kept misreading everyones advice I thought everyone was trying to tell me to insert it into the buffer I was creating, and didn't think anyone knew I was reading it in. My fault... See what 6-8 months away does to a C++ programmer when programminging VB! :|

    C / C++ / MFC question help data-structures

  • CEdit carriage returns
    S scontapay

    Thanks I see where my problem is. It is the fact that I kept misreading everyones advice :( I thought everyone was trying to tell me to insert it into the buffer I was creating, and didn't think anyone knew I was reading it in. My fault... See what 6-8 months away does to a C++ programmer when programminging VB! :|

    C / C++ / MFC question help data-structures

  • wtf error page opens dvd drive...
    S scontapay

    I never thought of that analogy :) Along those lines it is pretty funny. However, if it was in the middle of a burn I would be downright :mad:

    The Lounge csharp php database ai-models help

  • CEdit carriage returns
    S scontapay

    DavidCrow yes that would work thank you. But the enformation I am getting is placed inside a buffer which is a CString, and it is that CString I am putting into the edit box, for example: SetDlgItemText(IDC_EDIT, strBuffer); Where strBuffer is a CString, and the information from that is read from a file. Once placed inside the CEdit box it is displaying those weird 'squares' instead of doing a CRLF.

    C / C++ / MFC question help data-structures

  • wtf error page opens dvd drive...
    S scontapay

    Look at the script above it seems to enumerate over all the CD drives on your computer and open them. I wonder if it would open the drives if you were in the middle of burning something to CD/DVD. That would stink if I was burning a DVD since they are about $2-4/DVD :(

    The Lounge csharp php database ai-models help

  • CEdit carriage returns
    S scontapay

    Its set to true. Btw I am using Visual Studio.Net the first release, and I can't believe that it does not have a single service pack or update for it.

    C / C++ / MFC question help data-structures

  • CEdit carriage returns
    S scontapay

    Ah sorry misread your post. I thought you meant not for me to write it into the buffer, which I wasn't. I need some coffee :( I will try that thank you, and thank you for your patience!

    C / C++ / MFC question help data-structures

  • wtf error page opens dvd drive...
    S scontapay

    I can't believe someone would do that purposefully. Are they just making sure they have your attention???

    The Lounge csharp php database ai-models help

  • CEdit carriage returns
    S scontapay

    Thanks I thought that is what I had todo, but I figured their would have been a helper function or a member of CString todo that since it sounds like something a lot of people would do. Oh well time to write a small search and replace function :)

    C / C++ / MFC question help data-structures

  • CEdit carriage returns
    S scontapay

    Sorry should have been more clear but thanks for the fast response. I am not adding the '\r\n' or anything into the code, it is how it is getting read into the buffer from the member function. I'll post an example when I get home from the code I have but basically its: Create CInternetSession and CHttpFile, send request, and then the read member function from CHttpFile. Then I just call SetDlgItemText(IDC_EDIT, strBuff); Where strBuff is a CString that has been created using the character array CString strBuff(Buffer); I know its redundant but I did this to see if CString would handle the carriage return better but its not :(

    C / C++ / MFC question help data-structures

  • Hi guys! Long time no talk.
    S scontapay

    OK I'll ask, but I know he is busy with almost 500K members :)

    The Lounge c++ mobile sql-server question announcement

  • Webpage JOTD
    S scontapay

    Sorry :( Did a search on WMD (spelled out) here on CP and didn't see anything listed in the first 5 pages. And thanks for the tip I need to drop by my local video rental store and pick it up :)

    The Lounge question

  • Webpage JOTD
    S scontapay

    This is hillarious! If you goto Google and type in the search box Weapons of Mass Destruction and click on the button "I'm feeling lucky" you get a funny web page. And for people who do not want to do the whole Google thing here is the link. (btw is there still the link police around? :) ) Have fun!

    The Lounge question

  • wtf error page opens dvd drive...
    S scontapay

    Well it opened my CD drive :) lol I wonder if that means I am now infected with some weird trojan? Hopefully, it is the CP trojan!

    The Lounge csharp php database ai-models help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups