Search:

Type: Posts; User: nicopeis

Search: Search took 0.03 seconds.

  1. Replies
    22
    Views
    12,116

    Re: Scintilla Source Code editor OCX for VB

    It may be not the best place to put this comment but I just found in the net your Active Script Interface class. Once again thanks a lot dz32 for these codes.

    A little question, is there anywhere...
  2. Replies
    22
    Views
    12,116

    Re: Scintilla Source Code editor OCX for VB

    Whoa!!!

    This looks amazing! I am playing a little with it and works really nice

    I am just struggling a little to find out how to set a different lexer than the javaScript one. In particular I...
  3. Replies
    2
    Views
    2,513

    Re: Single and Double precision

    Thank you for your point Elroy and for taking the time to answer

    Extremely useful and well explained (as usual)

    Nico
  4. Replies
    8
    Views
    1,996

    Re: Issue Passing FileHandle to DLL

    Thank you all, specially dilettante for taking the time to code and post, and LaVope that gave me the easiest solution to implement in my projects

    It seems it is something normal that the...
  5. Replies
    2
    Views
    2,513

    Single and Double precision

    I know everybody knows the limits of the Single and Double data, and the precision of each of them, 7 characteristic numbers for the Single and 15 characteristic numbers for the Double

    That means...
  6. Replies
    8
    Views
    1,996

    Re: Issue Passing FileHandle to DLL

    Thank you LaVope for answering

    I am not able to find it anymore, but somewhere I found something about FileHandlers had to be over 255 to be able to be shared externally, that is why I had this 1...
  7. Replies
    8
    Views
    1,996

    [RESOLVED] Issue Passing FileHandle to DLL

    Hi all

    I am having an issue passing a FileHandle to a DLL I have built

    Here is a small extremely simple example

    Imagine you have a Class write_smth with the following code
  8. Re: VB6 Regfree-Usage of your own VB- and other COM-Dlls per DirectCOM-Helper

    That was my initial approach. But there are many algorithms that uses arrays of vectors.

    for example
    In a curves the control points are stored in a 1D vector array and for surfaces in 2D...
  9. Re: VB6 Regfree-Usage of your own VB- and other COM-Dlls per DirectCOM-Helper

    Whoa!!

    Once again, thanks a lot for these detailed explanations. I did not have any idea on the SxS approach that I will for sure investigate (following Elroy SxS tutorial)

    I think this is out...
  10. Re: VB6 Regfree-Usage of your own VB- and other COM-Dlls per DirectCOM-Helper

    Thank you jpbro for your reply! I will have a try on that

    As a fast solution I always have the common heavy vb objects as I don't use intensively these objects, but I was quite curious if there...
  11. Re: VB6 Regfree-Usage of your own VB- and other COM-Dlls per DirectCOM-Helper

    Hi All

    Thanks again Olaf for these extremely useful tools you are providing to us.

    I am facing a problem I am not able to solve. Following your regfree approach, and exactly the same same...
  12. cActiveScript (vbRichClient5) vs ScriptControl (msscript.ocx)

    Hi all

    I tried to search in google and in these forums a little more information about cActiveScript class in vbRichClient5. I don't even know if I am allowed to ask about this, if it is not the...
  13. Replies
    15
    Views
    1,585

    Re: Array problem...

    I think the second argument of the Get Statement stands for the beginning of the record, so as far as I understood what you are trying to do I would expect


    Get #fnum, , req

    As the req...
  14. Re: Regfree DirectX dx8vb.dll usage with DirectCOM.dll

    YOU ARE ALL AWESOME!!!

    Thanks Olaf the code you wrote worked perfectly! But I needed to have access to another object in the library (D3DX8) and I had some troubles following your explanations due...
  15. Replies
    15
    Views
    1,585

    Re: Array problem...

    As you have an array of User defined type yo have to resize first of all the array of the User define type and at each of them resize the Double Array

    I think it would be something like this you...
  16. Replies
    15
    Views
    1,585

    Re: Array problem...

    Hi jkepler

    It seems there is someting wrong in the following sintax



    Dim req() As MyCoef
    ReDim req.coef_x(n)
    ReDim req.coef_y(n)
    ReDim req.coef_z(n)
  17. Re: Regfree DirectX dx8vb.dll usage with DirectCOM.dll

    Thanks again for your time



    It looks awesome I will for sure have a look at it

    I found another DirectX9 library that looks quite complete Here it is if somebody found it useful
    ...
  18. Re: Regfree DirectX dx8vb.dll usage with DirectCOM.dll

    First of all thank you all for the help!!



    Thanks a lot dreammanor!
    I had already read some of them
    I did not know one of them, the modTrickUnregCOM one
    Unfortunately it also crashed
  19. [RESOLVED] Regfree DirectX dx8vb.dll usage with DirectCOM.dll

    Hi all

    I have developed a couple of 3D applications using DirectX8 library, one in VB and another one in an excel book using VBA. Until Windows XP, I had no issues as the dx8vb.dll came already...
Results 1 to 19 of 19



Click Here to Expand Forum to Full Width