Git Product home page Git Product logo

mustangpeakcommonlib's People

Contributors

jimkueneman avatar salvadorbs avatar

Stargazers

 avatar

mustangpeakcommonlib's Issues

MPShellTypes.hpp: TKnownFolderDefinition, _di_IKnownFolder undefined

Next steps will reproduce the problem:
1. Compile MPShellTypes.pas to produce MPShellTypes.hpp
2. Try to compile a project in Builder which contains #include 
"MPShellTypes.hpp"
3. There will be errors in file MPShellTypes.hpp because of absence of 
definition of TKnownFolderDefinition and _di_IKnownFolder.

Expected the project to be compiled, but it is not.

Problem appears on CodeGear 2007 (Builder), Win 7 Pro.

May be next changes in MPShellTypes.pas are necessary:
  {$EXTERNALSYM TKnownFolderDefinition} -> DELETE LINE
  TKnownFolderDefinition = record
  ...

  {$EXTERNALSYM TKnownFolderDefinition} -> CHANGE LINE:
                                           {$EXTERNALSYM IKnownFolderManager}
  IKnownFolderManager = interface(IUnknown)
  ...


Original issue reported on code.google.com by [email protected] on 17 Jul 2013 at 1:41

MPCommonUtilities.pas - small bug

You should not write
 SrvAPIHandle := CommonLoadLibrary('SVRAPI.DLL');
unconditionally.

A better code
 if Win32Platform = VER_PLATFORM_WIN32_WINDOWS then
    SrvAPIHandle := CommonLoadLibrary('SVRAPI.DLL');

Reason:
Some old apps copy SVRAPI.DLL into System32.
DllEntry of this library seems to load old kernel function 
converttoglobalhandle and displays error message.



Original issue reported on code.google.com by [email protected] on 31 Mar 2012 at 11:34

Delphi XE 8

What steps will reproduce the problem?
1.
2.
3.

Are there any Plans for a Port to Delphi XE8 ?

Original issue reported on code.google.com by [email protected] on 7 Jun 2015 at 6:16

how to install to Delphi XE3?

What steps will reproduce the problem?
1. download with svn
2. open is file with InnoSetup
3. error "IDE install.txt not found"

What is the expected output? What do you see instead?
require other application or package?


What version of the product are you using? On what operating system?
DelphiXE3 on Win7

Original issue reported on code.google.com by [email protected] on 23 Jul 2015 at 6:43

Does not compile in XE2 64 bit.

The problem is the assembler functions in MPCommonUtilities.  I have applied 
the changes in VirtualTreeView and used the SysUtil WideChar functions.  Please 
see the attached patch file. 


Original issue reported on code.google.com by pyscripter on 26 Nov 2011 at 2:30

Attachments:

Maybe MPCommonLibD16D contains an error

in no other package I have found a dependency from the corresponding run-time 
package. In MPCommonLibD16D (design-time) there is a dependency from 
MPCommonLibD16(run-time). I have removed it.

Is it correct?

Regards
Salvatore

Original issue reported on code.google.com by [email protected] on 27 Jul 2012 at 11:49

Cannot compile for D5

What steps will reproduce the problem?
1. Open D5D Pkg, compiles and installs ok;
2. Open D5 Pkg producuces error @ Types unit declaration (D6 I guess);
3. Commented this line to learn whatever...
4. Error @ IInterface ([Error] MPCommonUtilities.pas(500): Undeclared 
identifier: 'IInterface')

What is the expected output? What do you see instead?
Cmpile n Install successfully... Compile errors as if Delphi version is wrong.

What version of the product are you using? On what operating system?
v2.2.1 under D5 Pro and Windows 7 32.

Please provide any additional information below.
I downloaded the easylistview demo and found it very interesting... then I 
tried to install it failed: no MPCommonUtilities found;
now I am trying to install MPCommonUtilities with no effort =[

thanks in advance,

AD


Original issue reported on code.google.com by [email protected] on 1 Jun 2012 at 9:12

AV in MPShellUtilities initialization under system local account

Trying to build a windows service that references MPShellUtilities, under my 
system, it seems the initial folder points to a non-existing place and an AV 
happens. To fix it, inside 

function PIDLIsFolder(APIDL: PItemIDList): Boolean;

I have to do this:

  if not Assigned(APIDL) then Exit;

I don't really need anything in that unit for the service, it just happens to 
be shared with a non-used code in the same EXE, but the initialization runs 
anyway

Original issue reported on code.google.com by [email protected] on 14 Aug 2013 at 12:36

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.