Search:

Type: Posts; User: anderci

Page 1 of 3 1 2 3

Search: Search took 0.05 seconds.

  1. Re: Visual Studio VB6.EXE 6.00.9782 CRASH during development

    Here is part of the content from my VB6 Help/About:
    About Microsoft Visual Basic

    Microsoft Visual Basic 6.0 (SP6)
    For 32-bit Windows Development

    Copyright (C) 1987-2000 Microsoft Corp.
    ...
  2. Re: Visual Studio VB6.EXE 6.00.9782 CRASH during development

    Thank you for responding. I apologize if the ~dump is not much help.
    My 'sub form' terminology may be a misnomer. This application has a main form and several forms that it can open. the...
  3. Re: Visual Studio VB6.EXE 6.00.9782 CRASH during development

    In the previous posting I did not understand 'DEP' and 'EMET' or their relevance. Last week or so, I thought I had found and resolved this problem by preventing attempts to save some erroneous data...
  4. Re: Visual Studio VB6.EXE 6.00.9782 CRASH during development

    Here is the 2nd half:

    <MATCHING_FILE NAME="Wizards\RC.EXE" SIZE="7440" CHECKSUM="0x43CC4DF7" BIN_FILE_VERSION="5.0.1641.1" BIN_PRODUCT_VERSION="5.0.1641.1" PRODUCT_VERSION="5.00.1641.1"...
  5. Re: Visual Studio VB6.EXE 6.00.9782 CRASH during development

    A file was created as part of the error reporting (3fc_appcompat.txt). Here is its content:

    <?xml version="1.0" encoding="UTF-16"?>
    <DATABASE>
    <EXE NAME="VB6.EXE" FILTER="GRABMI_FILTER_PRIVACY">...
  6. Visual Studio VB6.EXE 6.00.9782 CRASH during development

    My problem seems similar to: Re: [RESOLVED] VB6 IDE Crashes
    I am making and testing modifications to one of my applications within VB6. All too often after I have used some features in a...
  7. Replies
    33
    Views
    20,620

    Re: [RESOLVED] VB6 IDE Crashes

    I am making and testing modifications to one of my applications within VB6. All too often after I have used some features in a subform and then close it, VB6 crashes.
    I am running VB6.exe in a WinXP...
  8. Replies
    76
    Views
    17,330

    Re: SxS Manifest Tutorial -- Any Takers?

    OK, I followed the path/process for each of my primary applications:
    1) [The Manifest]>[From File] Application.res
    2) Scrolled through the tree to find errant comdlg32.ocx entry
    3) Carefully...
  9. Replies
    76
    Views
    17,330

    Re: SxS Manifest Tutorial -- Any Takers?

    After numerous interruptions, I finally replaced my zCOMDLG.res with your comdlg32EL.res and it also worked for me.
    My next test step was to, using Manifest Creator II, 1) Begin with my zCOMDLG.vbp...
  10. Replies
    76
    Views
    17,330

    Re: SxS Manifest Tutorial -- Any Takers?

    Hi chosk,

    I guess I over simplified and will have to come back for a closer examination...

    MANIFEST CREATOR: this may help? http://www.vbforums.com/showthread.php?845909-VB6-Manifest-Creator-II
  11. Replies
    76
    Views
    17,330

    Re: SxS Manifest Tutorial -- Any Takers?

    Hi chosk,

    I may be starting to understand your process?:
    1) create .res files from the manifest for each dependency file.
    2) from these add the appropriate .res files to your project files.
    ...
  12. Replies
    76
    Views
    17,330

    Re: SxS Manifest Tutorial -- Any Takers?

    Hi chosk, thank you.

    Yes. The magic! I have my NSIS script putting the dependency files in a Dependencies subfolder. I merely copied the ComDlg32.OCX file from the Dependencies subfolder into...
  13. Replies
    76
    Views
    17,330

    Re: SxS Manifest Tutorial -- Any Takers?

    Hi chosk,

    Thank you for responding and for the test example. If I run it within the VB project, it works for me very well.

    Beyond that I must be going astray. I did a File/Make...
  14. Replies
    76
    Views
    17,330

    Re: SxS Manifest Tutorial -- Any Takers?

    Hi chosk,
    Thank you very much for your response and suggestion.
    I did name it ComDlg32.OCX.manifest
    In the manifest, I changed to <file name="Dependencies\comdlg32.ocx"> (where I install my...
  15. Replies
    76
    Views
    17,330

    Re: SxS Manifest Tutorial -- Any Takers?

    Elroy, Thank you for your response.
    Re: Your third suggestion, in post #58 paragraph 6:
    I copied the comdlg32.ocx from my development host Win7(x64) PC's SysWOW64 folder into a...
  16. Replies
    76
    Views
    17,330

    Re: SxS Manifest Tutorial -- Any Takers?

    chosk, Thank you for responding.

    The top, zCOMDLG, example has comdlg32.ocx in its .\Dependencies folder, using what I believe to be the SxS process.
    That comdlg32.ocx and the manifest...
  17. Replies
    76
    Views
    17,330

    Re: SxS Manifest Tutorial -- Any Takers?

    Hi Elroy,

    I might be understanding you.
    In the test Win10(x64) PC, I do not find any COMDLG32.ocx. Instead, I find COMDLG32.dll. Running there I get these messages:
    151927

    On my development...
  18. Replies
    76
    Views
    17,330

    Re: SxS Manifest Tutorial -- Any Takers?

    Hi Elroy,

    My tiny test app, zCOMDLG.exe works on my development PC environments because they are 'tainted' by development activity (all manner of dependency files exist and are registered).

    On...
  19. Replies
    76
    Views
    17,330

    Re: SxS Manifest Tutorial -- Any Takers?

    ? It works on my development virtual PC and development host PC.

    Oh Well, I do not think it requires an actual printer (If you hit Cancel!)
  20. Replies
    76
    Views
    17,330

    Re: SxS Manifest Tutorial -- Any Takers?

    Hi Elroy,
    I have created tiny programs for each OCX file. that is the only dependency used. At this point I have more tiny apps than primary programs.
    I created one that uses no OCX files because...
  21. Replies
    76
    Views
    17,330

    Re: SxS Manifest Tutorial -- Any Takers?

    My process is different than yours.
    Here is the manifest:


    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">

    ...
  22. Replies
    76
    Views
    17,330

    Re: SxS Manifest Tutorial -- Any Takers?

    Hi Elroy,
    I can give you what ever you may want of my tiny text program: zCOMDLG.exe

    It runs on my Development Host windows 7 (x64) PC. When I close it, the printer selection dialog form opens,...
  23. Replies
    76
    Views
    17,330

    Re: SxS Manifest Tutorial -- Any Takers?

    Thank you. Oh well, I cannot win them all (same 339 Component 'COMDLG32.OCX' or one of its dependencies not correctly
    registered: a file is missing or invalid error)
    Manifest Creator accepted...
  24. Replies
    76
    Views
    17,330

    Re: SxS Manifest Tutorial -- Any Takers?

    It seems that that 'Error 481 - Invalid picture' was an unusual symptom caused by unusual PC security?

    I have another .OCX manifest problem: COMDLG32.OCX
    Help on that, please.
  25. Re: Error 481 - Invalid picture in compiled exe (vb6 sp6) in Win7 II

    My guess, at this point, is the 'Error 481 - Invalid picture' was an unusual symptom response to security issues??

    I certainly would like a better understanding of this. Does my NSIS installation...
  26. Re: Error 481 - Invalid picture in compiled exe (vb6 sp6) in Win7 II

    The test results, above, are the same with all of my tiny test apps (zNoOCX, zRichTx, zThreeD and zMSComct)

    The zNoOCX installation package no longer contains stdole2.tlb any other dependency...
  27. Re: Error 481 - Invalid picture in compiled exe (vb6 sp6) in Win7 II

    And yet another test:
    Omitted STDOLE2.tlb from manifest and dependencies
    Bonnie West's code adds an image of the icon to the center of the form:
    256x256 - 24, 48x48 - 24, 32x32 - 24, 16x16 - 24...
  28. Re: Error 481 - Invalid picture in compiled exe (vb6 sp6) in Win7 II

    Thank you.
  29. Re: Error 481 - Invalid picture in compiled exe (vb6 sp6) in Win7 II

    Should I, somehow include the .res resource file?
  30. Re: Error 481 - Invalid picture in compiled exe (vb6 sp6) in Win7 II

    This is the code for the main form frmThreeD

    'Re:Bonnie West +vvvvvvvvvvvvvvvvvvvvv
    Option Explicit 'Don't forget to set the "windows_perfection_logo_v2_d-bliss.ico" icon as the MDIForm's...
  31. Re: Error 481 - Invalid picture in compiled exe (vb6 sp6) in Win7 II

    Interesting behavior: I set the zThreeD.exe main form icon value to (none)

    On my Development Host windows 7 (x64) PC, zThreeD.exe works:
    Default Icon does appear on zThreeD.exe main form title...
  32. Re: Error 481 - Invalid picture in compiled exe (vb6 sp6) in Win7 II

    gibra,
    OK, even my tiny test applications include a setup. In building the application, I use Manifest Creator II to build the resource file and then NSIS script to gather up the dependency files,...
  33. Re: Error 481 - Invalid picture in compiled exe (vb6 sp6) in Win7 II

    Arnoutdv, Thank you. The Module1.bas made the world of difference!

    Bonnie West's code adds an image of the icon to the center of the form:
    256x256 - 24, 48x48 - 24, 32x32 - 24, 24x24 - 24, 16x16...
  34. Re: Error 481 - Invalid picture in compiled exe (vb6 sp6) in Win7 II

    gibra here is a zip file containing the zRichTx tiny app. It displays its icon everywhere.
    (as reported in post #21)
    It opens its form in its WinXP (x32) development virtual PC, my host Win7(x64)...
  35. Re: Error 481 - Invalid picture in compiled exe (vb6 sp6) in Win7 II

    gibra,
    My Windows 7 (x64) PC is 'tainted' with development activity and I have no trouble running all of my primary VB6 applications and all of my tiny test VB6 applications. That is how I fooled...
  36. Re: Error 481 - Invalid picture in compiled exe (vb6 sp6) in Win7 II

    Arnoutdv,
    Bonnie West stated that adjustments were made to work with the MDIform.
    "In the sample project all these elements (API calls, declarations) are there. "
    What sample project are you...
  37. Re: Error 481 - Invalid picture in compiled exe (vb6 sp6) in Win7 II

    Arnoutdv, Thank you for your patience. 'sample project'?
    After pasting in Bonnie West's code, I saved, then tried running in VB6. It was erring on the arguments e.g.: WINDOWS_ICON
    I replaced...
  38. Re: Error 481 - Invalid picture in compiled exe (vb6 sp6) in Win7 II

    Arnoutdv, Thank you. Mine is one simple (main) form, not a MDIform. I do not think I have ever used a MDIform.

    I did try Bonnie West's code. There were a number of things that were undefined,...
  39. Re: Error 481 - Invalid picture in compiled exe (vb6 sp6) in Win7 II

    After reading the article about the vbaccelerator (ca 2003), I mimized the options on one of the icons leading to these results:

    48x48 - 8, 32x32 - 4, 16x16 - 4
    On my Development Host...
  40. Re: Error 481 - Invalid picture in compiled exe (vb6 sp6) in Win7 II

    I created an icon for each of my tiny OCX test applications and installed an icon in each app:
    256x256 - 24, 48x48 - 24, 32x32 - 24, 24x24 - 24, 16x16 - 24
    48x48 - 8, 32x32 - 8, 16x16 - 8
    On...
Results 1 to 40 of 99
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width