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

Search:

Type: Posts; User: docjump

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    80
    Views
    98,819

    Re: VB6 project load errors

    My problem has been solved. I had a couple of MISSING in my references and a couple of other seemingly unrelated erros. Once corrected, the project compiled correctly. One of the MISSING references...
  2. Replies
    4
    Views
    1,429

    Re: dll not being recognized

    Thanks for the tip, but the result was the same error, i.e., "User defined type not defined".
  3. Replies
    4
    Views
    1,429

    Re: dll not being recognized

    I have used this:

    Dim var AS dllname.classname and Set var = New dllname.class name.

    This isn't correct?

    Thanks for your response.
  4. Replies
    4
    Views
    1,429

    dll not being recognized

    I have a dll that I wrote for reference in my project. I have registered the dll. I have created a reference to it from within my project. However, when I compile my project I get "User defined type...
  5. Replies
    80
    Views
    98,819

    Re: VB6 project load errors

    Subclassing and Timer Assistant was an issue at one time, but adding a reference cured that. I don't know about the other two. Perhaps your pc's environment? I don't know. But I think I've imposed...
  6. Replies
    80
    Views
    98,819

    Re: VB6 project load errors

    Interesting. I downloaded and opened with no problem. I uploaded another copy in case you want to try again.
  7. Replies
    80
    Views
    98,819

    Re: VB6 project load errors

    DataMiser. You can get the file from my ftp site at 'ftp://97.74.144.112'. Username: corvette92, Password: Password1#, folder name IDBase052113.zip. This is the only file available to you in the only...
  8. Replies
    80
    Views
    98,819

    Re: VB6 project load errors

    My project folder is too large for uploading in CodeGuru. I'll think of some other way. Thanks
  9. Replies
    80
    Views
    98,819

    Re: VB6 project load errors

    My apologies. My partner was checking through the code and inadvertently placed a '+' sign on the line of code causing the compile error. Once he knew we had an additional error, he went back,...
  10. Replies
    80
    Views
    98,819

    Re: VB6 project load errors

    Would you like to see the full project?
  11. Replies
    80
    Views
    98,819

    Re: VB6 project load errors

    Full compile results in same error as last post. No 429. I don't understand how consistent results of one error can all of a sudden change to another!
  12. Replies
    80
    Views
    98,819

    Re: VB6 project load errors

    I can't believe what is happening. I did nothing, absolutely nothing except recompile repeatedly. But after I got your last post, I compiled again, knowing that there was no reference but the 429...
  13. Replies
    80
    Views
    98,819

    Re: VB6 project load errors

    There is no highlighted line of code accompanying the error message.
  14. Replies
    80
    Views
    98,819

    Re: VB6 project load errors

    Thanks again for the info Data Miser.

    There are no references to Word or Access and 'CreateObject' is not used in the code. This error is the 429 error I referred to a couple of posts ago; 'Run...
  15. Replies
    80
    Views
    98,819

    Re: VB6 project load errors

    Thanks for the info.

    "Run Time Error 409. ActiveX component can't create object".

    I don't know about the binding. All I know that MSWord is used for the printing functionality and the project...
  16. Replies
    80
    Views
    98,819

    Re: VB6 project load errors

    My project uses MS Word and an Access database. I have Word installed but not Access. Would this cause a 429 error.
  17. Replies
    80
    Views
    98,819

    Re: VB6 project load errors

    Thanks DataMiser. Conincidently, I did just what you suggested before I logged on here and it did work. When I added the first dsr file, it created a section in Project Explorer called Designers and...
  18. Replies
    80
    Views
    98,819

    Re: VB6 project load errors

    All the dsr files are present in the source directory for the project. I just don't think they are linked into the project and I really have no idea how. I tried simply adding them in through Project...
  19. Replies
    80
    Views
    98,819

    Re: VB6 project load errors

    Thanks for the feedback DataMiser.

    The issue is no longer about project load file errors and hasn't been for awhile. When I started out with this thread, that WAS the problem, but when I said YES...
  20. Replies
    80
    Views
    98,819

    Re: VB6 project load errors

    In my sample project used to create a new report, once done, my Project Explorer includes a Header "Designers" in addition to "forms","modules" and "classes". The Designer header containts...
  21. Replies
    80
    Views
    98,819

    Re: VB6 project load errors

    For whatever reason, the report manager now appears to be working. Since I don't know how to use it I'll have to find some instructions. But I was hoping that if the Report Designer worked, that the...
  22. Replies
    80
    Views
    98,819

    Re: VB6 project load errors

    Sorry DataMiser. I overlooked responding to your query about the two .dll files; msdbrptr and msstdfmt. I registered them both, but there was no change in the result. However, there was one strange...
  23. Replies
    1
    Views
    1,795

    VB6 Compile Errors due to .dsr files

    This thread is related to another called "Project Load errors in VB6". I thought this was different enough to justify a new thread.

    I get vb6 pro compile errors of the type "variablename variable...
  24. Replies
    80
    Views
    98,819

    Re: VB6 project load errors

    For any of you out there who might be trying to think of a solution to my problem, please same yourself some work.
    I found a four year old copy of my project. Approximately 100 modifications have...
  25. Replies
    80
    Views
    98,819

    Re: VB6 project load errors

    Well, even though I installed Crystal Reports, it is clear now that it generates an .rpt file, not.dsr, .dca and .dcx files.
    So that's useless. I can see now that the reports in my project (.dsr...
Results 1 to 25 of 48
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured