The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
16 views

Start webapp (EJB3+JSF2) with method from bean instead of page

I'm pretty new to EJB + JSF and I'd like that my webapp's entry point would be a method of a bean instead of a view. I mean, when someone types www.mypage.com I'd like it to go to a method of a bean ...
0
votes
0answers
9 views

How do I create a custom entry point in Microsoft Dynamics AX 12 to replace a built in entry point?

I am trying to do is create a custom entry point to replace a built in entry point that has an enterprise level license. I want to replicate the functionality of the entry point but create a new one ...
0
votes
1answer
27 views

Void pointer void type cast function call?

Ok this is odd. It's the first time I've seen such a line of code. Basically this calls the entry point into an application once you've specified an offset (address) from a program's PE header. As ...
0
votes
0answers
20 views

Determine if user opened an application by tapping currently playing song in system menu

In Windows Phone 8 it's possible to enter applications that use BackgroundAudio service by tapping a name of currently playing audio in systemwide accessible menu. Can I somehow detect this specific ...
0
votes
1answer
57 views

Missing entry point in my C#/C++ interoperability

I work on my program, which I need for my bachelor work(C#/C++ interoperability) and I have problem with missing entry point in my code... I try create simply number generator, which will be genarated ...
1
vote
1answer
26 views

Nasm entry and exit code of routines

Is there any way to generate the following header and footer for routines in nasm without the need to explicitly code them every time I define a new routine? Header: push ebp mov ebp, esp ...
0
votes
0answers
19 views

why is procedure entry point either found or not, depending on DLL-file location?

i've stuck up at some weird behaviour. i'd compiled Poppler with qt4 for use under windows and decided too make some tests. so what i did: updated PATH environment variable to add search paths for ...
0
votes
0answers
53 views

GWT EntryPoint not loading when using response.redirect

I have a servlet that redirects the user to a GWT App upon successful account creation. When I use servlet.getServletContext().getRequestDispatcher(VIEW_APP).forward(request,response); Everything the ...
0
votes
0answers
18 views

Easyzlib entry point

I can't find easyzlib entry point. I should use it in my project, unfortunately. I call the ezcompress function, but it says : Cannot find entry point ezcompress in DLL. I tried generates a DLL (I ...
0
votes
1answer
47 views

Use easyzlib.dll in Visual Foxpro

The easyzlib generates a dll file, and a tried to register it, but a error appears. Then, a create a project in Visual Foxpro for use the ezlib.dll, but other error generates: "Cannot find entry point ...
0
votes
1answer
72 views

Reflection.Emit: AssemblyBuilder.SetEntryPoint does not set entry point

I am writing a concatenative language in C#, and currently it is interpreted, but I want to take the next step: compiling. To start on this, I tried writing a simple "Hello, World!" program emitter ...
2
votes
1answer
70 views

Windows PE detemine entry point virtual address

I am examining a Windows executable with 'PE Editor' which displays the Entry point as 0x15B8, how do we determine this entry point's address as a virtual address?
1
vote
1answer
89 views

How to setup site/domain controller for a requested dynamic page with Yii

I am working on a cms based Yii application. I have recently finished the pages of the backend and can now get the pages from a database. The trouble begins with getting the requested url and ...
0
votes
2answers
73 views

Boost C++ - Entry points?

Basically I moved on from the main() entry point in my project and changed to a windows project - WINAPI WinMain(...) However Boost complains saying that cpp_main() is missing. How can I avoid this? ...
3
votes
1answer
80 views

tool to show bpl entry points?

Trying to see why we're getting "entry point not found" when I know it should be in there. Aside from the map, is there a tool that'll "explore" a .bpl or .dll and show the entry points?
1
vote
1answer
86 views

Spring Security : sharing security between my CRM webapp and my Front webapp

I've 2 distinct webapp: a CRM webapp which show customer resume to office users a portal webapp for customer users my CRM webapp use a combination of LDAPManager and InMemoryManager with a ...
1
vote
4answers
62 views

Possible to disable GWT EntryPoint during runtime?

In my GWT 2.5 application, I got two entry points. EntryPoint A is the main application and EntryPoint B provides a widget version of my application. Depending on a startup parameter, which I supply ...
0
votes
5answers
86 views

main() function not recognized

I am writing code for a class I'm taking. I can't post all my code without zeroing out my score for the project but here is the abbreviated code for my driver: #pragma once #include ...
0
votes
0answers
24 views

Is there a way to determine the entrance point of a program (in Windows)?

Essentially, if I run a huge program that I didn't write, I'd like to be able to determine where the "entrance point" of that program is. Is there a way to get this information upon execution? I ...
0
votes
1answer
59 views

Single entry point page routing

I try to make a single entry point site. here is my routing in the index.php $page = 2; $command = 3; $requestURI = explode("/", $_SERVER['REQUEST_URI']); if ...
0
votes
1answer
114 views

.exe not running through QtCreator and from outside in Qt 4.8.1. issues regarding dll

I have Qt 4.8.1 installed on a windows 7 64 bit OS. I am using opencv and Qt together for my project. For opencv dll's i gave the necessary path and everything in .pro. Everything was working fine ...
1
vote
0answers
58 views

Do dynamic linked libraries(.dll,.so etc) have an entry point?

Today I was in a discussion involving that libraries dont have an entry point.Generally the executable loads the libraries and the entry point is the main in the executable itself. Are there ...
3
votes
2answers
266 views

I need an alternative to `Assembly.GetEntryAssembly()` that never returns null

I need to find the assembly in which managed code execution started. // using System.Reflection; Assembly entryAssembly = Assembly.GetEntryAssembly(); This seems like the way to go, but the MSDN ...
-1
votes
1answer
1k views

regsvr32 file was loaded but the entry-point dllregisterserver [duplicate]

Possible Duplicate: How do I register a COM DLL written in C# with Regsvr32? I have written a DLL in C# (.Net 4 using VS2010). I have ticked the boxes to make it COM visible and register ...
2
votes
1answer
137 views

starting point of ELF executable file?

I compile following C program on lubuntu 12.10 with anjuta int main() { return 0; } the file name is foobar then I open up terminal and write command ndisasm foobar -b 32 1>asm.txt ...
0
votes
2answers
467 views

Can't find DLL entry point

I have been trying to call a DLL function in my VBA project but I keep getting this error message: Run-time error '453': Can't find DLL entry point "CheckStatus" in "Power.dll" Here is the ...
2
votes
3answers
147 views

Real Starting Address Of A Process in Memory / Win32 Debug APIs

At first, I'm a newbie on c++ and debuging. I use CreateProcess api with DEBUG_ONLY_THIS_PROCESS parameter, then wait for CREATE_PROCESS_DEBUG_EVENT. When recived, i check for the Eip register to get ...
0
votes
1answer
103 views

How to Find Win32 Entry Point and Code Injection on Memory Preferably with Debug Apis?

I know about sniffers, and i can write one by using win32 debug apis. But here i want to find the entypoint of an executable and inject code right there. Is this possible with debug apis? Or any other ...
1
vote
2answers
85 views

Cross Platform Entry Function That Doesn't Show Console

I'm using a cross platform GUI library (FLTK) to make some GUI with, I'm not using the Win32 API. I want this program to run on a Windows, Linux and Mac OS. I don't really get how cross platform ...
0
votes
1answer
53 views

Force options to python interpretion with commands defined using entry points

I want to force a script to be run with python -S, I'm defining the script using entry_points in the setup.py. Is there an option for this? Thanks!
0
votes
1answer
135 views

NHibernate configuration issue: “entry point was not found”

I'm configuring NHibernate on SharePoint 2010 web application. Previously it works fine when mappings and domain were in one project. But during refactoring process I splitted solution on several ...
1
vote
1answer
103 views

gwt - How can I change EntryPoint in GWT?

Basically I have implemented a Editor (let's say Editor_A) entry point. Everything works fine in gwt. Then I implemented another entry point Editor_B with different widget layout. Now, I want to ...
1
vote
1answer
83 views

Merge DLL to PE (Patching)

I have an executable that needs a dll file for dependencies. I wonder if it's possible to actually patch a PE file that needs the dll that would read the entry point from a pointer which is located ...
0
votes
1answer
182 views

Calling Method from Different Class in GWT Application

I have created two java class with UIBinder in GWT application. I want to navigate one page to another page with help of common method which is declared in EntryPoint class. But, I can't access ...
0
votes
1answer
110 views

Qt apps break after build on MinGW

When I build Qt 4.8.2 it builds successfuly. But when I run any Qt pre-built apps (qtdemo.exe, designer.exe etc) it throws a procedure entry point error. This is what it says: I just can't get it ...
1
vote
0answers
630 views

C++ - The procedure entry point could not be located?

I am on Windows 8 using Visual Studio 2012. I am using gtkmm in C++ and I'm trying to display a gui. When I first start my program, without my program even reaching the main method, I get an error ...
0
votes
1answer
438 views

How to bring OEP in ollydbg scope?

I want to reverse a program in olly.The segment that olly loads is not .text and the OEP is out of the olly virtual address scope. The OEP and the segments addresses can be find with PE editors like ...
2
votes
3answers
232 views

C# entry point class modifier

My question is about entry point in a C# program. I'm using VS 2010 and it automatically generates Program.cs file with program class: class Program { ... static void Main(...) ... } My ...
0
votes
0answers
160 views

GetVolumePathNamesForVolumeName function not present in Windows 2000 kernel32.dll

I have a c++ project that uses GetVolumePathNamesForVolumeName function of kernel32.dll. As the function is not supported in windows 2000 server OS, i am not able to run my program in Windows 2000 ...
11
votes
1answer
575 views

To write or not to write `module Main where` in Haskell

Haskell 98 specification says that the entry point of a program, namely, function main, should reside in the module called Main, by convention. However, even if you don't write module Main where at ...
0
votes
2answers
1k views

Make a VB-dll and load it in C++ application

I have a problem I've been struggeling with for a full week now, and I'm not able to solve it by myself. I've been googeling, and searching in all kind of forums... I have found lots of "this might ...
2
votes
2answers
240 views

How do I use the entry point `wmain()` in Code::Blocks?

I did a fresh Code::Blocks installment (I installed the one for Windows 7 which comes with GCC compiler (codeblocks-10.05mingw-setup.exe)). Then then tried to run this very simple code: int wmain(int ...
2
votes
2answers
322 views

EntryPoint, Pointer and Disassembling by means of a TDisAsm instance

Using DisAsm32 by Russell Libby, disassembling a procedure/fuction/method is just a matter of passing a (consistent) Pointer to the procedure TDisAsm.Disassemble(Address: Pointer; Size: Cardinal = ...
1
vote
2answers
659 views

how to pass from an entrypoint to another with GWT?

I want to developp a web application, but i have a problem in the creation of 2 web pages. I want to have an authentification page then i want to pass to the other one. I created 2 entrypoints and i ...
0
votes
1answer
314 views

C++, DeviL, Opengl and msvs2010 - It compiles and links, but cant load entry point in dll

I am trying to use the DevIl image library in Windows in my project, using MSVS2010. I have downloaded the sdk "DevIL 1.7.8 SDK for 32-bit Windows" from http://openil.sourceforge.net/download.php and ...
0
votes
4answers
2k views

Program does not contain a static 'main' method suitable for entry point

I know that this question has been asked a lot, but none of the solutions seem to work for me. That or I am just incompetent and need to have my hand held through this problem (most likely solution). ...
0
votes
1answer
132 views

dllmain function and exported function runs as threads or as a separate processes?

this is more of conceptual question and it may be rather basic , i am not really finding good resources to learn about dll , i need to create dll(Load-time dynamic linking) which requires function1 ...
-1
votes
1answer
450 views

C++ BaseAddress and entry point address

I know that in c# I can do: Process currentProcess = System.Diagnostics.Process.GetCurrentProcess(); currentProcess.Modules[0].BaseAddress currentProcess.Modules[0].EntryPointAddress How would I ...
1
vote
1answer
355 views

Get the path of python console commands installed as 'entry_points' with distribute

I'm installing a console command using the entry_point dict in setup.py. This creates a python file in some path in the system (for example, as root in debian is /usr/local/bin) that can change ...
0
votes
1answer
322 views

How to compile and link a C++ program into a DLL in runtime

I am using CreateProcess to invoke cl and link to compile and link another C++ program (TestProg.cxx) into a DLL. TestProg.cxx contains the following DllMain function: extern "C" BOOL WINAPI ...

1 2 3