CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Marraco

Search: Search took 0.05 seconds.

  1. Replies
    11
    Views
    12,344

    Re: [RESOLVED] Unexplained FIle save bug

    My plan was to just run the code on vista/7, and fix the bugs one by one, as they emerge when I run all the code. But VS does not raises any exception on seven. It works as if it had administrator...
  2. Replies
    11
    Views
    12,344

    Re: Unexplained File save bug

    My UAC is enabled, but my VS code writes on Program files even without admin rights.


    Anyways, the problem is solved.
    It was an old version which was installed on that PC.

    I gave for granted...
  3. Replies
    11
    Views
    12,344

    Re: Unexplained FIle save bug

    Yes, I was able to reproduce the issue on that PC.


    About having VS installed, the original code was made on XP, where I did some mistakes, like reading and writing some files on the C:\Program...
  4. Replies
    11
    Views
    12,344

    Re: Unexplained FIle save bug

    I made another post error. I should had posted this


    Friend Shared Sub SalvarAArchivo(ByRef Datos(,) As Double, _
    ByRef PathArchivoRST As...
  5. Replies
    11
    Views
    12,344

    Re: Unexplained FIle save bug

    Yes, but it work flawlessly on my PC. Is on another PC were it does not works.

    The only way I can log on that PC is sending a new compiled program. I know that an exception is not fired, because...
  6. Replies
    11
    Views
    12,344

    Re: Unexplained FIle save bug

    Thanks for your answer, but unfortunately, that's not the bug. I made a mistake on this post, because I translated variable names from Spanish to English, to the purpose of posting, and forgot to...
  7. Replies
    11
    Views
    12,344

    [RESOLVED] Unexplained FIle save bug

    My code saves 2 files with same path and filename, but different extensions.

    When the installed program runs on another PC, where I cannot install VS, a strange bug occurs:

    Both files should be...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured